home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000169_news@columbia.edu_Tue Jun 20 05:53:35 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07097
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 20 Jun 1995 18:17:07 -0400
  3. Received: by apakabar.cc.columbia.edu id AA25490
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 20 Jun 1995 18:17:06 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.ultranet.com!news.sprintlink.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Push returns to DOS prompt rather than WPerfect Shell
  9. Message-Id: <1995Jun20.115335.54372@cc.usu.edu>
  10. Date: 20 Jun 95 11:53:35 MDT
  11. References: <20JUN95.10053797@uwpg02.uwinnipeg.ca>
  12. Organization: Utah State University
  13. Lines: 15
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <20JUN95.10053797@uwpg02.uwinnipeg.ca>, clark@uwpg02.uwinnipeg.ca (Jim Clark) writes:
  17. > Hi
  18. >      I am using Kermit to access a Dec alpha over a Novell network.  Kermit and
  19. > the script are run from the WPerfect Office shell.  When I use Push to
  20. > temporarily exit Kermit, I end up at the Dos prompt, rather than at the Office
  21. > menu.  I want the shell menu, of course, to access other programs.  Is there
  22. > something special at the Kermit end to return to the shell instead of Dos?
  23. -------
  24.     You don't want to think about WP Shell. It's a total task switcher
  25. and that's fatal for comms programs. I believe we say this in the release
  26. docs.
  27.     When "shelled to DOS" from within Kermit MSK uses the program
  28. given by the Environment COMSPEC= variable. Normally that's c:\command.com.
  29.         Joe D.